Vcenter NamespaceManagement NamespaceResourceOptions Info

Vcenter NamespaceManagement NamespaceResourceOptions Info
Vcenter NamespaceManagement NamespaceResourceOptions Info

The Vcenter NamespaceManagement NamespaceResourceOptions Info schema contains the information about the objects used to set and update resource quota keys on a namespace.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "create_resource_quota_type": "string",
    "update_resource_quota_type": "string"
}
string
create_resource_quota_type
Required

Identifier of the schema used to set resource quotas on the namespace. See POST /vcenter/namespaces/instances and PUT /vcenter/namespaces/instances/{namespace}.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vapi.structure.

string
update_resource_quota_type
Required

Identifier of the schema used to update resource quotas on the namespace. See PATCH /vcenter/namespaces/instances/{namespace}.

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vapi.structure. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vapi.structure.